home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 January / MacHome Magazine Demo Disc January 2001.iso / pc / Software / Networking / HTML Rename!.sea / HTML Rename! / History.txt next >
Encoding:
Text File  |  2000-08-31  |  6.9 KB  |  147 lines  |  [TEXT/ttxt]

  1. HTML Rename! Version History
  2.  
  3. HTML Rename! for Windows:
  4.   v1.00  27-Nov-96  Initial release
  5.   v1.10  10-Mar-97  Support for new tags, external text editor
  6.   v1.20  08-May-97  Relative or absolute URLs, ISO-8859-1 charset
  7.   v1.21  14-May-97  Fix relative URL substitution bug, base tags
  8.   v1.22  04-Mar-00  Fix CR/LF conversion bug, update address information
  9.   v2.00  31-Aug-00  Major upgrade: emove orphans, single dialog interface
  10.  
  11. HTML Rename! for Macintosh:  
  12.   v1.00  27-Nov-96  Initial release
  13.   v1.10  10-Mar-97  Support for new tags, external text editor
  14.   v1.20  08-May-97  Relative or absolute URLs, ISO-8859-1 charset
  15.   v1.21  14-May-97  Fix relative URL substitution bug, base tags
  16.   v1.22  04-Mar-00  Fix CR/LF conversion bug, update address information
  17.   v2.00  31-Aug-00  Major upgrade: emove orphans, single dialog interface
  18.  
  19. Check "http://www.xlanguage.com" for the latest version information. 
  20.  
  21.  
  22. Changes in version 2.00:
  23.  
  24. * New streamlined interface, including an advanced alternative to the
  25.   wizard interface (new single dialog interfaces) 
  26. * New remove unlinked (orphan) files command
  27. * Quick path to check/verify the site without modifying it
  28. * User configurable conversions of filename extensions
  29.   (e.g., htm->shtml, asp->html)
  30. * Warn about broken links before renaming files (processing steps reordered)
  31. * If the user chooses to rename files on a site with broken links,
  32.   all possible HTML files will be updated, even if they are apparently
  33.   unlinked to the site
  34. * Progress bar in wizard dialogs shows progress through wizard pages
  35. * Server default name configuration (e.g., <A HREF="subdir/"> resolves
  36.   to "subdir/index.html", "subdir/default.htm", etc.)
  37. * Support for "./file_in_local_dir.htm" style references
  38. * Support for "url.htm" (double quote), 'url.htm' (single quote), and
  39.   url.htm (no quote) URL values in tags
  40. * Expanded support for non-Latin character sets, interprets any file
  41.   containing <html> and <head> tags as an HTML file
  42. * New system fixed font option in View menu
  43. * Fixed > 128 character path length problem on the Macintosh
  44. * Fixed intermittent crashing problem during file saves on the Macintosh
  45. * Fixed a Windows file renaming problem when a long file name is changed
  46.   to match its short (DOS-compatible) file name
  47. * Report line numbers where URL starts rather than where tag starts
  48.  
  49.  
  50. Changes in version 1.21:
  51.  
  52. * Fixed a bug which sometimes substituted invalid directory paths when 
  53.   updating links for relative URLs
  54. * Fixed bugs in updating links in files with <base href="URL"> tags
  55. * Fixed a bug which sometimes missed the end of a comment tag (and thus 
  56.   ignored valid tags until the end of the next comment tag)
  57.  
  58.  
  59. Changes in version 1.20:
  60.  
  61. * Option to convert local links to relative or absolute URLs
  62. * Choice of uppercase or lowercase for all target filesystems 
  63. * Recognize text files with the ISO-8859-1 extended character set used 
  64.   in many Latin-alphabet-based European languages (the <meta http-
  65.   equiv="Content-Type" content="text/html; charset=iso-8859-1"> tag must 
  66.   be included in the head of the file)
  67. * Expanded recognition of HTML files -- any file with <HTML> and <HEAD> 
  68.   tags are seen as HTML files, regardless of the filename extension
  69. * Windows NT only: found a workaround for an NT-specific file query bug 
  70.   which caused frequent crashes
  71. * Fixed a bug in renaming URLs of form: <a href="http:../Content1.html">
  72. * Fixed a bug in renaming URLs of form: <a href="directoryname/">; a 
  73.   "ServerDefaultFile" setting in the Preferences/INI file defaults to 
  74.   "index.html" but can be changed manually
  75. * Changed tag/attribute handling so that the following attributes are 
  76.   always searched for URLs: "href", "src", "background", "codebase", 
  77.   "action", "usemap", "dynsrc", "lowsrc", "tppabs"
  78. * Handle unlimited numbers of URLs in one tag
  79. * Under Windows 95 & Windows NT 4.0, the taskbar icon no longer 
  80.   disappears when the wizard dialog pops up.
  81. * Fixed crash when clicking the "Edit" button in the "Verify Filenames" 
  82.   dialog and no file is selected
  83. * Set default focus to the list box in the "Verify Filenames" and 
  84.   "Verify ASCII Line End Conversions" dialogs so you can immediately use 
  85.   the arrow keys to navigate it
  86. * Enable toggling the checkbox state in the list boxes of the "Verify 
  87.   Filenames" and "Verify ASCII Line End Conversions" dialogs by pressing 
  88.   the space bar
  89. * Set the default button to "Edit" in the "Verify Filenames" dialog so 
  90.   pressing the <Return> key now brings up the "Rename File" dialog for the 
  91.   file selected in the list box
  92. * Double clicking on a list box entry in the "Verify Filenames" dialog 
  93.   now brings up the "Rename File" dialog
  94. * The "Rename File" dialog's character entry is improved for 8.3 targets
  95. * Macintosh only: the application's preferred size has been increased 
  96.   from 2000K to 4000K (this should prevent the application from crashing 
  97.   when larger Web sites (> 400 files) are processed)
  98. * The "Register" applications have been updated with this release
  99. * The "report_of_external_refs.html" file is removed if a site has no 
  100.   external URLs
  101. * Incorrect reporting of link renaming has been improved in this 
  102.   scenario: a filename's case is changed and a tag's URL already matches 
  103.   that changed case
  104.  
  105.  
  106. Changes from 1.00 to 1.10:
  107.  
  108. * Added support for URLs in client-side image maps <img usemap="URL">
  109. * Added support for other tag/attribute pairs
  110. * Can now convert filenames to all upper case or all lower case
  111. * Ignore text in HTML comments: "<!-- Comment to ignore -->"
  112. * Option to open the report using an external text editor (prompts for 
  113.   the external text editor when report is greater than 32k bytes long)
  114. * Report the existence of file errors, HTML syntax errors, unresolved 
  115.   links, and unused files at the top of the report
  116. * Updated icons
  117. * Minor modifications to text in dialogs
  118. * Fixed Macintosh version so the license text appears on initial launch
  119. * Launch Web browser when click on "Register online..." button
  120. * Changed URL for online registration
  121. * On Macintosh, fixed wizard dialog size for different installed fonts
  122. * Name change from "Rename!" to "HTML Rename!"
  123.  
  124.  
  125. Several of the tags with URLs Supported by HTML Rename!:
  126.  
  127. <a href="URL">            (standard anchor links)
  128. <applet codebase="URL">        (Java applets)
  129. <area href="URL">            (client-side image maps)
  130. <base href="URL">            (relative URL base for entire page)
  131. <bgsound src="URL">        (background sound for a page)
  132. <body background="URL">        (background image for a page)
  133. <embed src="URL">            (replaced by <object codebase>)
  134. <form action="URL">        (receive and process form's data)
  135. <frame src="URL">            (frames)
  136. <img src="URL">            (standard images)
  137. <img src="URL" dynsrc="URL">    (AVI movie for Internet Explorer)
  138. <img src="URL" lowsrc="URL">    (low-res image for Netscape)
  139. <img src="URL" usemap="URL">    (client-side image maps)
  140. <input src="URL">            (custom images for form buttons)
  141. <link href="URL">            (cascading style sheets, etc.)
  142. <object codebase="URL">        (Java applets & ActiveX ctrls)
  143. <style href="URL">        (future style sheet implementation)
  144.  
  145. Last updated: 31-Aug-2000
  146. ###
  147.